home *** CD-ROM | disk | FTP | other *** search
/ MacAddict Special 2004: T…timate How-To Collection / MacAddict SPECIAL 2004 Ultimate How to Collection.toast / Build a Music Maker / REALbasic X 5.5.1 demo / REALbasic 5.5.1 Mac OS X.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-04-20  |  5.3 KB  |  179 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM
  3. "file://localhost/System/Library/DTDs/PropertyList.dtd">
  4. <plist version="0.9">
  5. <dict>
  6.    <key>CFBundleExecutable</key>
  7.    <string>REALbasic 5.5.1 Mac OS X</string>
  8.    <key>CFBundleInfoDictionaryVersion</key>
  9.    <string>6.0</string>
  10.    <key>CFBundleVersion</key>
  11.    <string>5.5.1</string>
  12.    <key>CFBundleDevelopmentRegion</key>
  13.    <string>English</string>
  14.    <key>CFBundleName</key>
  15.    <string>REALbasic Mac OS X</string>
  16.    <key>CFBundlePackageType</key>
  17.    <string>APPL</string>
  18.    <key>CFBundleSignature</key>
  19.    <string>RBv2</string>
  20.    <key>CFBundleGetInfoString</key>
  21.    <string>5.5.1 Copyright ¬©1997-2003 REAL Software, Inc</string>
  22.    <key>CFBundleIconFile</key>
  23.    <string>REALbasic.icns</string>
  24.    <key>CFBundleDocumentTypes</key>
  25.    <array>
  26.       <dict>
  27.          <key>CFBundleTypeName</key>
  28.          <string>REALbasic 2.1 Project</string>
  29.          <key>CFBundleTypeIconFile</key>
  30.          <string>REALbasic 2.1 Project.icns</string>
  31.          <key>CFBundleTypeRole</key>
  32.          <string>Editor</string>
  33.          <key>CFBundleTypeOSTypes</key>
  34.          <array>
  35.             <string>TgPj</string>
  36.          </array>
  37.          <key>CFBundleTypeExtensions</key>
  38.          <array>
  39.             <string>rb2</string>
  40.          </array>
  41.       </dict>
  42.       <dict>
  43.          <key>CFBundleTypeName</key>
  44.          <string>REALbasic Standard Project</string>
  45.          <key>CFBundleTypeIconFile</key>
  46.          <string>REALbasic Standard Project.icns</string>
  47.          <key>CFBundleTypeRole</key>
  48.          <string>Editor</string>
  49.          <key>CFBundleTypeOSTypes</key>
  50.          <array>
  51.             <string>RbBF</string>
  52.          </array>
  53.          <key>CFBundleTypeExtensions</key>
  54.          <array>
  55.             <string>rb</string>
  56.          </array>
  57.       </dict>
  58.        <dict>
  59.          <key>CFBundleTypeName</key>
  60.          <string>REALbasic XML Project</string>
  61.          <key>CFBundleTypeIconFile</key>
  62.          <string>REALbasic XML Project.icns</string>
  63.          <key>CFBundleTypeRole</key>
  64.          <string>Editor</string>
  65.          <key>CFBundleTypeOSTypes</key>
  66.          <array>
  67.             <string>TEXT</string>
  68.          </array>
  69.          <key>CFBundleTypeExtensions</key>
  70.          <array>
  71.             <string>xml</string>
  72.          </array>
  73.       </dict>
  74.       <dict>
  75.          <key>CFBundleTypeName</key>
  76.          <string>REALbasic Menu</string>
  77.          <key>CFBundleTypeIconFile</key>
  78.          <string>REALbasic Menu</string>
  79.          <key>CFBundleTypeRole</key>
  80.          <string>Editor</string>
  81.          <key>CFBundleTypeOSTypes</key>
  82.          <array>
  83.             <string>CbMn</string>
  84.          </array>
  85.          <key>CFBundleTypeExtensions</key>
  86.          <array>
  87.             <string>rbm</string>
  88.          </array>
  89.       </dict>
  90.       <dict>
  91.          <key>CFBundleTypeName</key>
  92.          <string>REALbasic Window</string>
  93.          <key>CFBundleTypeIconFile</key>
  94.          <string>REALbasic Window.icns</string>
  95.          <key>CFBundleTypeRole</key>
  96.          <string>Editor</string>
  97.          <key>CFBundleTypeOSTypes</key>
  98.          <array>
  99.             <string>CbVw</string>
  100.          </array>
  101.          <key>CFBundleTypeExtensions</key>
  102.          <array>
  103.             <string>rbv</string>
  104.          </array>
  105.       </dict>
  106.       <dict>
  107.          <key>CFBundleTypeName</key>
  108.          <string>REALbasic Class</string>
  109.          <key>CFBundleTypeIconFile</key>
  110.          <string>REALbasic Class.icns</string>
  111.          <key>CFBundleTypeRole</key>
  112.          <string>Editor</string>
  113.          <key>CFBundleTypeOSTypes</key>
  114.          <array>
  115.             <string>CbCl</string>
  116.          </array>
  117.          <key>CFBundleTypeExtensions</key>
  118.          <array>
  119.             <string>rbc</string>
  120.          </array>
  121.       </dict>
  122.       <dict>
  123.          <key>CFBundleTypeName</key>
  124.          <string>REALbasic Plugin</string>
  125.          <key>CFBundleTypeIconFile</key>
  126.          <string>REALbasic Plugin.icns</string>
  127.          <key>CFBundleTypeRole</key>
  128.          <string>None</string>
  129.          <key>CFBundleTypeOSTypes</key>
  130.          <array>
  131.              <string>RBPl</string>
  132.              <string>RBPx</string>
  133.             <string>CBPl</string>
  134.          </array>
  135.          <key>CFBundleTypeExtensions</key>
  136.          <array>
  137.             <string>rbp</string>
  138.             <string>rbx</string>
  139.          </array>
  140.       </dict>
  141.       <dict>
  142.          <key>CFBundleTypeName</key>
  143.          <string>REALbasic Stationery Project</string>
  144.          <key>CFBundleTypeIconFile</key>
  145.          <string>REALbasic Stationery Project.icns</string>
  146.          <key>CFBundleTypeRole</key>
  147.          <string>Editor</string>
  148.          <key>CFBundleTypeOSTypes</key>
  149.          <array>
  150.             <string>sgPj</string>
  151.             <string>sbBF</string>
  152.          </array>
  153.          <key>CFBundleTypeExtensions</key>
  154.          <array>
  155.             <string>rbs</string>
  156.          </array>
  157.       </dict>
  158.       <dict>
  159.          <key>CFBundleTypeName</key>
  160.          <string>REALbasic Database</string>
  161.          <key>CFBundleTypeIconFile</key>
  162.          <string>201</string>
  163.          <key>CFBundleTypeRole</key>
  164.          <string>None</string>
  165.          <key>CFBundleTypeOSTypes</key>
  166.          <array>
  167.             <string>Rdb2</string>
  168.          </array>
  169.          <key>CFBundleTypeExtensions</key>
  170.          <array>
  171.             <string>rbd</string>
  172.          </array>
  173.       </dict>
  174.    </array>
  175.    <key>NSAppleScriptEnabled></key>
  176.    <string>true</string>
  177. </dict>
  178. </plist>
  179.